The cacheSize parameter to the QTVRGetCacheSettings and QTVRSetCachePrefs functions specifies the size of the panorama back buffer. You can use these constants to specify a cache size:
enum {
kQTVRMinimumCache = -1,
kQTVRSuggestedCache = 0,
kQTVRFullCache = 1
};